home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / hal / scripts / hal-system-power-reboot < prev    next >
Text File  |  2009-10-05  |  239b  |  12 lines

  1. #!/bin/sh
  2.  
  3. . hal-functions
  4.  
  5. if [ "$CK_NUM_SESSIONS" -gt "1" ] ; then
  6.     hal_check_priv org.freedesktop.hal.power-management.reboot-multiple-sessions
  7. else
  8.     hal_check_priv org.freedesktop.hal.power-management.reboot
  9. fi
  10.  
  11. hal_exec_backend
  12.